actionobserver: Drop SECTION
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Mar 2021 03:35:18 +0000 (22:35 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:37 +0000 (16:37 +0000)
This is private.

gtk/gtkactionobserver.c

index ea3d2eb98e9520aafa92a5fbe719d3026b165924..0cefb9ab9a95e5dd1bf02fd8248ca3ebc76641f4 100644 (file)
@@ -24,9 +24,7 @@
 G_DEFINE_INTERFACE (GtkActionObserver, gtk_action_observer, G_TYPE_OBJECT)
 
 /*< private >
- * SECTION:gtkactionobserver
- * @short_description: an interface implemented by objects that are
- *                     interested in monitoring actions for changes
+ * GtkActionObserver:
  *
  * GtkActionObserver is a simple interface allowing objects that wish to
  * be notified of changes to actions to be notified of those changes.